home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00153.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  330 b   |  16 lines

  1. on mouseUp
  2.   global zevel, effectspath
  3.   u = 0
  4.   zevel = "42,48,41,44,47,46,45,43"
  5.   repeat with i = 32 to 39
  6.     if sprite i intersects value(item i - 31 of zevel) then
  7.       u = u + 1
  8.     end if
  9.   end repeat
  10.   if u = 8 then
  11.     go(1, the moviePath & "meet7.dxr")
  12.   else
  13.     sound playFile 1, effectspath & "bu.aif"
  14.   end if
  15. end
  16.